Skip to content

Conversation

@khk37601
Copy link

@khk37601 khk37601 commented Sep 9, 2021

The existing import statement causes Not Found.

change
import type { Middleware } from "https://deno.land/x/mod.ts"; to
import { testing, Middleware } from "https://deno.land/x/oak/mod.ts";

@kitsonk
Copy link
Collaborator

kitsonk commented Sep 17, 2021

The documentation is correct. You should not import type only imports in Deno with import and instead use import type.

Can you be more specific on what error you are encountering?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants